CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 蚁群算法

搜索资源列表

  1. matlab 蚁群算法

    0下载:
  2. 用matlab来实现蚁群算法,帮助更好的理解蚁群算法。
  3. 所属分类:matlab例程

  1. TSP(AA)

    0下载:
  2. 从北京出发经过全部省会回到北京的TSP问题,蚁群算法求解(Starting from Beijing, the TSP problem is solved by ant colony algorithm after all the provincial capitals return to Beijing)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:915456
    • 提供者:沈柁孜
  1. 蚁群算法

    3下载:
  2. 完整蚁群算法实现三维山地路径规划,无bug(Three dimensional path planning based on ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:23552
    • 提供者:凌晨梦
  1. matlab 蚁群算法ACO_feature_selection

    1下载:
  2. 蚁群算法用与特征选择,针对传统蚁群聚类算法收敛速度过慢的问题,提出一种对蚁群算法进行改进的聚类算法。而数据的高维使数据具有稀疏、不可聚集等特性,使聚类算法实验效果精度低和耗时大,将邻域特征选择与聚类算法结合,提出了一种蚁群聚类优化的邻域特征选择算法(Ant colony algorithm and feature selection)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:lpoi
  1. 蚁群算法

    0下载:
  2. 蚁群算法求解旅行商问题,一个经典程序,可以求出较优解(ant colony algorithm)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:8192
    • 提供者:samyu0304
  1. 蚁群算法

    1下载:
  2. 路径规划是水下潜器智能控制的关键技术之一,其任务是在已知障碍物的环境中按照某一 最优指标寻找一条从起始点到目标点的无碰路径。使用蚁群算法对水下潜器三维空间路径规划问 题进行了研究,以 ACS 算法为基础设计了路径优化搜索算法,详细讨论了信息素表示方法、路径 点选取原则、启发式函数设计和信息素更新规则,给出了算法的具体流程,仿真实验结果表明, 该算法能够方便有效的实现三维空间中的路径规划。(Path planning is one of the key technologies of unde
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:42457088
    • 提供者:毛毛涵
  1. 蚁群算法

    0下载:
  2. 蚂蚁算法 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群系统(Ant System或Ant Colony System)是由意大利学者Dorigo、Maniezzo等人于20世纪90年代首先提出来的。他们在研究蚂蚁觅食的过程中,发现单个蚂蚁的行为比较简单,但是蚁群整体却可以体现一些智能的行
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:joyslee
  1. TSP Matlab程序

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,此程序由GreenSim团队于2006年初完成,最初公开发表于研学论坛,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。(Ant colony algorithm is an intelligent algorithm very hot current research, the special program of ant colony algorithm for solving the TSP pro
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:Victor_Z
  1. 蚁群算法

    1下载:
  2. 利用蚁群算法实现VRP问题,本算法较为优良,有很好的时间效率(The realization of VRP problem using ant colony algorithm, this algorithm is more excellent, have a good time efficiency)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:莹莹11
  1. 蚁群算法

    0下载:
  2. 基于matlab的蚁群算法可以实现多目标的寻轨迹问题(Matlab based ant colony algorithm can achieve multi target tracking problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:moonll741
  1. 蚁群算法

    0下载:
  2. 基于蚁群算法的路径规划算法,在matlab上可实现(The path planning algorithm based on ant colony algorithm can be implemented on MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:11264
    • 提供者:jyniki
  1. Class_11_Code

    0下载:
  2. matlab写的蚁群算法,超级经典,不懂得可以学习学习,懂得可以研究下优化。(The ant colony algorithm written by MATLAB, super classic, does not know how to learn and learn, and knows how to optimize it.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:26624
    • 提供者:韩达哒
  1. TSP

    0下载:
  2. MATLAB蚁群算法解决TSP旅行商问题(Ant colony algorithm for solving TSP traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:53248
    • 提供者:Steveabc
  1. U4

    0下载:
  2. 用蚁群算法解决TSP旅游商问题,效果较好(Use ant colony algorithm to solve TSP travel salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:风偏偏
  1. 蚁群MATlab

    1下载:
  2. 群优化算法之一,模拟蚁群生活习惯,优化算法(One of the group optimization algorithms, simulation of ant colony living habits, optimization algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:21504
    • 提供者:水之子
  1. Matlab

    0下载:
  2. 基于Matlab m 函数开发的蚁群算法(The program in this document mainly solves the TSP problem ant colony algorithm matlab program)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:29696
    • 提供者:乾释今生
  1. 蚁群聚类算法及其改进

    1下载:
  2. 用MATLAB实现的蚁群算法,并加入了自己改进的一些内容,包含一群算法原理介绍的详细PPT。(The ant colony algorithm implemented by MATLAB is added to some of its improved contents, including a detailed PPT introduced by a group of algorithm principles.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:259072
    • 提供者:WG_JNU
  1. 蚁群算法

    0下载:
  2. 蚁群算法,可适用于预测类题目,预测结果较好,比赛结果实测(Ant colony algorithm can be applied to predict class problems, and the prediction results are good.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:mico酱
  1. 混合遗传蚁群HGIACA

    3下载:
  2. 智能优化方法--混合遗传蚁群算法,结合了蚁群算法和遗传算法(Intelligent optimization method, hybrid genetic ant colony algorithm, combines ant colony algorithm and genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:reseei
  1. 机器人蔽障蚁群算法

    1下载:
  2. 蚁群 避障 matlab算法 ,机器学习(Ant colony avoidance, matlab algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-08-23
    • 文件大小:63488
    • 提供者:诶呀我去
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com